home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 24.dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  400 b   |  16 lines

  1. on exitFrame
  2.   global mainpictlist
  3.   if rollOver(11) or rollOver(12) then
  4.     go(the name of cast the mouseCast)
  5.   else
  6.     if (the mouseCast = 61) or rollOver(40) then
  7.       go(the frame)
  8.     else
  9.       if (the mouseCast < 97) or (the mouseCast > 99) then
  10.         set the member of sprite 10 to member getAt(mainpictlist, 4) of castLib "S24"
  11.         go("start")
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.